widget: Make width, height and transform be widget-relative
authorBenjamin Otte <otte@redhat.com>
Fri, 15 Feb 2019 02:49:05 +0000 (03:49 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 15 Feb 2019 05:53:22 +0000 (06:53 +0100)
commit285aba6ece1c85b774cf5e31c2475047c03ee843
treeffb7a3f81febad361e3f400a3aa0adf527781085
parent19ffb40b27e372bcbdd3847749248c0282159b0c
widget: Make width, height and transform be widget-relative

Previously, those numbers stored the values relative to the margin box
of the widget. Now they store values relative to the content box,
thereby getting rid of the last remains of weird coordinate systems.
gtk/a11y/gtkentryaccessible.c
gtk/gtkcssboxesimplprivate.h
gtk/gtkwidget.c
gtk/gtkwidgetprivate.h
gtk/gtkwindow.c